Welcome![Sign In][Sign Up]
Location:
Search - romberg matlab

Search list

[Other resourceROMBERG

Description: 龙贝格法求积分 在MATLAB中实现,初级学习者之必备软件
Platform: | Size: 1330 | Author: xiaobai | Hits:

[Other用龙贝格法计算函数f

Description: 介绍和使用龙贝格法进行数值分析的程序代码,Matlab-introduction and use Romberg method of numerical analysis code, Matlab
Platform: | Size: 3072 | Author: tsibintsibin | Hits:

[Mathimatics-Numerical algorithms综合算法

Description: 数值类综合算法 常用数值计算工具包(龙贝格算法、改进欧拉法、龙格库塔方法、复合辛普森),Matlab数学建模工具箱(以及众多实例)。 常用算法:如Floyd算法、分治算法、动态规划、组合算法、贪婪算法-composite numerical algorithm commonly used numerical Kit (Romberg algorithm, improved Euler, Runge Kutta method composite Simpson), Matlab mathematical modeling toolkit (and the many examples). Common algorithms : algorithms such as Floyd, the partition algorithms, dynamic programming, algorithm, greedy algorithm
Platform: | Size: 1452032 | Author: 罗鹏魁 | Hits:

[matlab龙贝格积分法

Description: 三弯矩插值法 lagrange多项式插值 多项式最小二乘法 龙贝格积分法 分段线性插值 三转角插值 这些是数值分析中常用的集中经典方法,运用matlab展示出来!-three polynomial interpolation Hangzhou least squares polynomial interpolation Romberg integration subparagraph Line sex angle interpolation three interpolation these numerical analysis is commonly used in concentrated classical methods, and use Matlab show!
Platform: | Size: 3072 | Author: jasa | Hits:

[matlabROMBERG

Description: 龙贝格法求积分 在MATLAB中实现,初级学习者之必备软件-Romberg method to achieve integration in MATLAB, primary learners of essential software
Platform: | Size: 1024 | Author: xiaobai | Hits:

[matlabromberg

Description: mathematica romberg integration programme code
Platform: | Size: 1024 | Author: sober | Hits:

[matlabshuzhifenximatlab

Description: 用matlab解决一些数值分析中常用的算法,如牛顿法、gauss、romberg等-Using matlab to solve some numerical analysis of commonly used algorithms, such as Newton method, gauss, romberg, etc.
Platform: | Size: 2048 | Author: duhongye | Hits:

[matlabromberg_integration

Description: This is a Matlab v6.5 implementation of the Romberg integration algorithm.
Platform: | Size: 1024 | Author: Bartosz | Hits:

[Data structsRomberg

Description: 用matlab实现Romberg积分,该算法简单易懂,容易初学者掌握-Romberg Integral using matlab,easy to understand
Platform: | Size: 2048 | Author: nike | Hits:

[matlabromberg_integration

Description: Romberg integration algorithm: a method for integrating mathematic functions, in MATLAB.
Platform: | Size: 1024 | Author: davood | Hits:

[Mathimatics-Numerical algorithmsromberg

Description: 龙贝格计算程序,按照函数格式输入积分区间和函数即可-Romberg program, in accordance with the format of input function and the function of integral interval can
Platform: | Size: 1024 | Author: 胡飞 | Hits:

[Mathimatics-Numerical algorithms25707

Description: 数值积分 romberg matlab编程-Numerical integration romberg matlab programming
Platform: | Size: 32768 | Author: 张光桥 | Hits:

[Windows Developxx

Description: Romberg积分和变步长梯形求积公式的matlab算法程序,详细功能见代码内部说明-Romberg integral and variable step-size trapezoidal quadrature formula matlab algorithm program in detail capabilities see the code for internal notes
Platform: | Size: 11264 | Author: shiruiqi123 | Hits:

[matlabRombegrg

Description: 录入程序代码,并对该实验代码进行调试,检查程序代码中的语法和语义错误。 编写函数f(x)的代码如下: Romberg算法¨ function z=f(x) if (x~=0) z=sin(x)/x else z=1 end 备注:在实验代码中,首先输入必要的变量的值如下: a=0 b=1 tol=1e-8 待查询检查通过,开始输入执行代码 设置格式format short g查看u的值和sin(u)的值: -Input program code, and debugging code for the experiment to check the program code in the syntax and semantic errors. The preparation of a function f (x) of the code is as follows: Romberg algorithm ¨ function z = f (x) if (x ~ = 0) z = sin (x)/x else z = 1 end Note: In the experimental code, First, enter the necessary value of the variable is as follows: a = 0 b = 1 tol = 1e-8 pending inquiries, checking through, began to enter the implementation of the code format format short g see u, values and sin (u) values:
Platform: | Size: 21504 | Author: kice | Hits:

[matlabRomberg

Description: 计算方法程序,龙贝格算法的matlab程序,精简明了,注释全面,自己的计算方法作业,很认真的编写的-Calculation program, Romberg algorithm matlab program, streamlining and clear, comprehensive notes, his method of operation of calculation, it is prepared carefully
Platform: | Size: 55296 | Author: 沈大勇 | Hits:

[matlabRomberg

Description: 龙贝格算法matlab程序设计,龙贝格算法matlab程序设计-romberg matlab
Platform: | Size: 1024 | Author: harry | Hits:

[Otherromberg-matlab

Description: 描述积分学数值分析龙贝格算法的matlab程序和例题-Description calculus numerical analysis the Romberg algorithm matlab procedures and examples
Platform: | Size: 31744 | Author: zjl | Hits:

[matlabromberg

Description: romberg积分公式算法的matlab代码,直接代入函数即可,romberg积分公式算法的matlab代码,直接代入函数即可(Romberg integral formula algorithm matlab code, directly into the function can be)
Platform: | Size: 51200 | Author: KVZHEN | Hits:

[Documentsromberg算法

Description: 在MATLAB上测试龙贝格算法,并且实现算法的调整(Test the Romberg algorithm on MATLAB)
Platform: | Size: 8192 | Author: zo29 | Hits:

[Othermatlab求积分实例

Description: 插值型求积方法 275   8.1.1 梯形公式 276   8.1.2 辛普森公式 277   8.1.3 柯特斯公式 278   8.2 复化求积公式 279   8.2.1 复化梯形公式 279   8.2.2 复化辛普森公式 281   8.2.3 复化柯特斯公式 283   8.2.4 复化求积公式误差分析 285   8.3 步长逐次减半求积方法 286   8.3.1 步长逐次减半梯形求积公式 287   8.3.2 步长逐次减半辛普森求积公式 288   8.3.3 步长逐次减半柯特斯求积公式 290   8.3.4 Romberg求积公式 291   8.4 自适应求积方法 293   8.5 Gauss求积方法 295   8.5.1 Gauss求积公式的构造 295   8.5.2 几种常用的Gauss求积公式 297   8.6 重积分的数值解 303   8.7 MATLAB自带函数应用 304   8.7.1 trapz函数 304   8.7.2 integral函数 305   8.7.3 integral2函数 307   8.7.4 integral3函数 307(Interpolation Method for Integral Program Code)
Platform: | Size: 11264 | Author: XWLYF | Hits:
« 12 3 4 5 6 7 »

CodeBus www.codebus.net